-
Notifications
You must be signed in to change notification settings - Fork 198
Add skip-changelog PR label for bump VM PRs #8627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add skip-changelog PR label for bump VM PRs #8627
Conversation
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge.
|
This pull request does not have a backport label. Could you fix it @dliappis? 🙏
|
|
FYI @pkoutsovasilis for fixing automerge for 8.19 branches where it seems that the fragment-in-pr check is forced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for handling this @dliappis , LGTM
|
@Mergifyio backport 8.17 8.18 8.19 9.0 |
✅ Backports have been created
|
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa)
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa) # Conflicts: # .ci/updatecli/updatecli-bump-vm-images.yml
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa)
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa)
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa) Co-authored-by: Dimitrios Liappis <[email protected]>
…8628) This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa)
…-hosted * feature/hosted-stack-using-oblt-cli: (26 commits) Use the current official docker image for oblt-cli Mark the elasticinframetrics processor as deprecated and schedule for removal (#8659) [main][Automation] Update versions (#8668) chore: Update create_deployment_csp_configuration.yaml (#8669) Attempt to make test more reliable by querying ES directly (#8422) [test] split up ess and beats serverless integration tests (#8551) Remove resource/k8s processor and use k8sattributes processor for service attributes (#8599) fix: use --force-confold for deb tests in TestUpgradeAgentWithTamperProtectedEndpoint_DEB (#8649) [main][Automation] Bump stack images versions to 9.1.0-ea0b7542 (#8612) chore: Update to elastic/beats@f6594fb72670 (#8640) [deb/rpm] restart endpoint with tamper protection after elastic-agent (#8637) ci: don't preinstall fleet packages on retried CI steps (#8636) chore: Update to elastic/beats@6b6941eed496 (#8619) [main][Automation] Bump VM Image version to 1750467641 (#8617) flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM (#8626) Add skip-changelog PR label for bump VM PRs (#8627) build(deps): bump github.com/elastic/go-seccomp-bpf from 1.5.0 to 1.6.0 (#8611) [ci] fix k8s integration tests flakiness (#8575) bump apmconfig Otel extension to v0.3.0 (#8600) Enhancement/6394 allow deb rpm to upgrade with endpoint tamper protection (#6907) ...
What does this PR do?
This commit adds the
skip-changelogGitHub label for PRs created by automation for Bump VM image PRs.Why is it important?
Without it, the mandatory fragment-in-pr check is failing thus preventing automerge.
Example where we had to manually add the label: #8618 (comment)
Related issues
#8359